You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > FlipHor Method > Matrix.FlipHor Method ([In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.FlipHor Method ([In] TMtx)

Flip all SrcMtx matrix elements horizontally and store the results in the calling matrix.

Syntax
C#
Visual Basic
public TMtx FlipHor([In] TMtx SrcMtx);

The flip operation is performed on all SrcMtx matrix rows. The Rows, Cols and Complex properties of callign matrix are adjusted automatically.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!